home *** CD-ROM | disk | FTP | other *** search
/ Champak 52 / Volume 52 - JOGO DISK .iso / Games / scoobybigair.swf / scripts / DefineSprite_230 / frame_2 / DoAction.as
Text File  |  2007-10-01  |  130b  |  8 lines

  1. this.snd.attachSound("musicInGame");
  2. this.snd.onSoundComplete = function()
  3. {
  4.    this.start();
  5. };
  6. this.snd.start();
  7. stop();
  8.